home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / goliat / file_id.diz next >
Text File  |  1995-12-11  |  1KB  |  1 lines

  1. Goliath was born out of the need to convert a VGA program to A3- format. Hardly a problem, but for the fact that this project consists of 15 forms, 5 modules and over 450 K of source code and that the original program is still developped for VGA. Just try to find all references to Top or Left again and again. Goliath uses your regular sourcecode and creates (in a new subdirectory) new source files (forms and modules). Goliath doesn't create all files (new MAK file) and doesn't copy FRX-files, so you will have to copy them yourself. Goliath will convert the majority of all standard coordinates. There are 3 'problems': 1) It can not cope with custom coordinates. GRID.VBX for example uses Colwidth. Goliath can not touch these, so you will have to convert these by hand. 2) Another limit concerns lines with Remarks (REM or '-characters). Should a line with a size-statement contain a Remark, then Goliath will probably not convert this line. 3) Fontsizes are calculated and added accordingly. Some controls do not use Fonts, VB reports errors, but these are not severe (read the LOG-file). You may have to convert the project in Edit-mode.